Spread Windows Forms 15.0
GrapeCity.Spreadsheet Assembly / GrapeCity.Spreadsheet Namespace / IReadonlyArray<T> Interface
The type of items.
Members


In This Topic
    IReadonlyArray<T> Interface
    In This Topic
    Represents a read-only array of items which are declared as T type.
    Syntax
    'Declaration
     
    
    Public Interface IReadonlyArray(Of T) 
    'Usage
     
    
    Dim instance As IReadonlyArray(Of T)
    public interface IReadonlyArray<T> 
    Type Parameters
    T
    The type of items.
    See Also